BindRequest

data class BindRequest(port: Int)

Represents request frame that can be used with Tethering#bind operation call.

Request browser port binding.

See also

Constructors

BindRequest
Link copied to clipboard
fun BindRequest(port: Int)

Properties

port
Link copied to clipboard
val port: Int
Port number to bind.

Sources

jvm source
Link copied to clipboard